home *** CD-ROM | disk | FTP | other *** search
- echo $1 $2 $3 $4 $5
- if test $2 == ConnorAction
- if test $3 == do
- if test $Daventry::WizBook::Animation == stop
- KQObject::preloadResources wizbook
- sendEvent 0 wizquill KQAnimPlayEvent invisable
- sendEvent 0 wizbook KQCueEvent 1
- sendEvent 2 $1 KQCueEvent 1
- else
- KQMonster::speak Connor Connor 1000 62 0 60 1 0
- endif
- endif
- else if test $2 == Cue
- if test $3 == 1
- echo I'M TALKING TO YOU!
- KQMonster::speak Connor Connor 1000 62 0 98 1 0
- endif
- endif
- endif
-